interrupt line - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

interrupt line - перевод на Английский

SIGNAL TO THE PROCESSOR EMITTED BY HARDWARE OR SOFTWARE INDICATING AN EVENT THAT NEEDS IMMEDIATE ATTENTION
Hardware interrupt; Interrupts; Software interrupt; Software Interrupt; Spurious Interrupt; Interrupt mask; Maskable interrupt; Masked interrupt; Level triggered interrupt; Edge triggered interrupt; Maskable interrupts; Interupt; Spurious interrupt; Trap (computing); Fault (computing); Interrupt line; Maskable Interrupt; Kernel trap; Interrupted; Interrupting; Interrupt handling; OS Trap; Shared interrupt; Interrupt (computing); IRQ affinity; Receive packet steering; Receive flow steering; Interrupt mechanism; Computer interrupt; Computer Interrupt
  • thumb
  • Interrupt sources and processor handling

interrupt line         

общая лексика

линия прерывания

проводник на печатной плате для передачи сигнала прерывания

Смотрите также

hardware interrupt; interrupt; interrupt controller

interrupt         
Timer is interrupted. - Отсчет времени таймером прерывается.
software interrupt         

общая лексика

программное прерывание

прерывание, вызванное исполнением специальной машинной команды для передачи управления подпрограмме обработки прерывания в ОС или BIOS. Программные прерывания широко используются, в отладчиках

Смотрите также

debugger; hardware interrupt; interrupt list

Определение

Ватерлиния
(голл. water-lijn, от water - вода и lijn - линия)

линия соприкасания поверхности воды с корпусом плавающего судна. Грузовая В. совпадает со спокойной поверхностью воды при полной загрузке судна и соответствует наибольшей допускаемой в эксплуатации осадке; положение грузовой В. отмечается грузовой маркой (См. Грузовая марка). Теоретические В., изображаемые на теоретическом чертеже судна, получают сечением поверхности корпуса судна горизонтальными плоскостями. Форма В. и величина очерченной ею площади влияют на характеристики ходкости и остойчивости судна.

Википедия

Interrupt

In digital computers, an interrupt (sometimes referred to as a trap) is a request for the processor to interrupt currently executing code (when permitted), so that the event can be processed in a timely manner. If the request is accepted, the processor will suspend its current activities, save its state, and execute a function called an interrupt handler (or an interrupt service routine, ISR) to deal with the event. This interruption is often temporary, allowing the software to resume normal activities after the interrupt handler finishes, although the interrupt could instead indicate a fatal error.

Interrupts are commonly used by hardware devices to indicate electronic or physical state changes that require time-sensitive attention. Interrupts are also commonly used to implement computer multitasking, especially in real-time computing. Systems that use interrupts in these ways are said to be interrupt-driven.

Как переводится interrupt line на Русский язык